home *** CD-ROM | disk | FTP | other *** search
- /* Plot2D.m By Paul Kunz March 1992
- * Replacement of obsolete class used for backward compatiblity.
- *
- * Copyright (C) 1991 The Board of Trustees of
- * The Leland Stanford Junior University. All Rights Reserved.
- */
-
- #import "Plot2D.h"
-
- const char Plot2D_h_rcsid[] = PLOT2D_H_ID;
- const char Plot2D_m_rcsid[] = "$Id: Plot2D.m,v 1.10 1992/03/21 20:21:57 pfkeb Rel $";
-
- @implementation Plot2D
-
- - read:(NXTypedStream *)stream
- {
- [super read:stream];
- return self;
- }
-
- @end
-